home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1995 December / Computer Life December 1995.iso / ukonline / media / otherapp / tiber.in_ / tiber
INI File  |  1995-09-08  |  13KB  |  657 lines

  1. [TIBer]
  2. Version=1.0B12
  3. ;
  4. ; This version for the UK Online CD offer
  5. ;
  6. ; Title="title"                application title
  7. ; HomePage=url                home page URL
  8. ; HelpPage=url                help page URL
  9. ; SaveDir=path                 dir. where to save unrecognized files
  10. ; CacheDir=path             directory for the temporary cache
  11. ; PermanentCacheDir=path         directory for the permanet cache
  12. ; HTMLDocs=value            maximum number of HTML docs open
  13. ; UserName=user@host            e-mail address for current user
  14. ; ResourceModule=path            path for the alternative resource file
  15. ; FileViewer=path %s                    executable and format for source viewer
  16. ;
  17. Title="UK Online"
  18. HomePage=http://demo.ukonline.co.uk/public-bin/regme
  19. HelpPage=http://demo.ukonline.co.uk/UKOnline/Help
  20. SaveDir=.
  21. CacheDir=scache
  22. PermanentCacheDir=cache
  23. HTMLDocs=10
  24. UserName=anonymous@ukonline.co.uk
  25. FileViewer=c:\windows\notepad.exe %s
  26.  
  27. [UKOnline]
  28. WorkingDir=
  29.  
  30. [Auth]
  31. Auth=TRUE
  32. Specific=Realm=UKOnline
  33. Scheme=Basic
  34.  
  35. [Page Menu]
  36. ; Menu=string                           menu descr. ( use & for accellerator )
  37. ; Title#=string                         menu entry description (use & for acc.)
  38. ; Url#=URL                              URL associated to menu entry
  39. ;
  40. Menu="&ShortCuts"
  41. Title0=&News
  42. Url0=http://demo.ukonline.co.uk/UKOnline/pa-news/News/
  43. Title1=&TV Listings
  44. Url1=http://demo.ukonline.co.uk/UKOnline/Magazine/Arts/TV/contents.html
  45. Title2=What's &On?
  46. Url2=http://demo.ukonline.co.uk/UKOnline/Magazine/Arts/Whats_on/contents.html
  47. Title3=Take Five!
  48. Url3=http://demo.ukonline.co.uk/UKOnline/Magazine/TakeFive/contents.html
  49. Title4=UK Online &Magazines
  50. Url4=http://demo.ukonline.co.uk/UKOnline/Magazine/contents.html
  51. Title5=Browse &Clubs
  52. Url5=http://demo.ukonline.co.uk/UKOnline/Internet/clublist.html
  53. Title6=Browse &Usenet
  54. Url6=http://demo.ukonline.co.uk/UKOnline/Internet/tree/root.html
  55. Title7=&Web Browsing Suggestions
  56. Url7=http://demo.ukonline.co.uk/UKOnline/Internet
  57. Title8=Download the UK Online User Manual
  58. Url8=http://demo.ukonline.co.uk/UKOnline/Help/manual.html
  59. Title9=&Download UK Online software
  60. Url9=ftp://ftp.ukonline.co.uk/pub/software
  61.  
  62.  
  63. [Dialon]
  64. ; Dialon=BOOL                dialon before starting
  65. ; AskUser=BOOL                ask for user autentication
  66. ; Setup=path                path of setup executable
  67. ; Dialer=Internal|path            internal (Distinct) dialer or
  68. ;                    path of dialer executable
  69. Dialon=TRUE
  70. AskUser=TRUE
  71. Setup=.\config.exe
  72. Dialer=Internal
  73.  
  74. [Servers]
  75. ;
  76. ; Mail=hostname                host name of your SMTP server
  77. ; News=hostname                host name of your NNTP server
  78. ;
  79. Mail=mailhost.ukonline.co.uk
  80. News=news.ukonline.co.uk
  81.  
  82. [Mime]
  83. ;
  84. ; index=suffix, representation, quality, encoding
  85. ; default: quality=1.0, encoding=binary
  86. ;
  87. 0=.ra, audio/x-pn-realaudio
  88. 1=.sxt, application/sxt
  89. 2=.smg, application/smg
  90. 3=.ins, application/ins
  91.  
  92. [Helpers]
  93. ;
  94. ; index=repr, command, quality, secs, secsperbyte
  95. ; default: quality=1.0, secs=0.0, secsperbyte=0.0
  96. ;
  97. ;0=application/pdf, c:\acroread\acroread.exe %s
  98. ;1=audio/x-pn-realaudio, c:\raplayer\pnclient.exe %s
  99. ;2=application/sxt, c:\kmpdir\kmp.exe %s
  100. 0=audio/x-wav, mplayer.exe %s
  101. 1=application/ins, .\iniset.exe %s
  102. 2=application/smg, .\sendmsg.exe %s
  103.  
  104. [Colors]
  105. ;
  106. ; Page=color                Page color 
  107. ; Text=color                Text color
  108. ; Link=color                Link color
  109. ; Dither=mode                0=None, 1=Bayer, 2=Diffusion
  110. ;
  111. ; color can be:
  112. ;   0x00bbggrr - Absolute RGB value.
  113. ;   0x0100iiii - Index into a logical palette.
  114. ;   0x02bbggrr - Palette relative RGB value.    [ use this with 256 colors ]
  115. ;
  116. Page=0x02ffffff
  117. Text=0x02000000
  118. Link=0x02AA0000
  119. Dither=Diffusion
  120.  
  121. [Dimensions]
  122. ;
  123. ; MainWidth=value            Width of main window
  124. ; MainHeight=value            Height of main window
  125. ; PageWidth=value            Width of document page
  126. ; PageHeight=value            Height of document page
  127. ;
  128. MainWidth=640
  129. MainHeight=480
  130. PageWidth=640
  131. PageHeight=480
  132.  
  133. [Images]
  134. ;
  135. ; Autoload=BOOL                Automatically load images
  136. ; DisplayAtEach=BOOL            Redisplay document after each images 
  137. ;                                has been loaded
  138. ; Stretch=BOOL                Stretch images with WIDTH & HEIGHT
  139. ;                                 attributes
  140. ; -- BOOL is 1,TRUE,YES or 0,FALSE,NO
  141. ;
  142. AutoLoad=YES
  143. DisplayAtEach=YES
  144. Stretch=NO
  145.  
  146. [Space]
  147. ;
  148. ; [Space]
  149. ; Horizontal=value             Indentation unit in pixels
  150. ; Vertical=value             Paragraph spacing unit in pixels
  151. ;
  152. Horizontal=6
  153. Vertical=6
  154.  
  155. [Fonts]
  156. ;
  157. ; Serif="fontname"            font name for serif fonts
  158. ; Sans="fontname"            font name for sans-serif fonts
  159. ; Fixed="fontname"            font name for fixed-size fonts
  160. ; Symbol="fontname"            font name for symbol fonts
  161. ;
  162. Serif="Times New Roman"
  163. Sans="Arial"
  164. Fixed="Courier New"
  165. Symbol="Symbol"
  166.  
  167. ;
  168. ; STYLES PARAMETERS
  169. ; The following sections contain style parameters
  170. ; for each HTML style.
  171. ;
  172. ; The style parameters are the same for every tag.
  173. ; For explanation of style parameters refer to the following comments.
  174. ;
  175. ; [Style]
  176. ; FontFamily=[Serif,Sans,Fixed,Symbol]    font family
  177. ; Attributes=value            5-bit font attribute:
  178. ;                     0 no attributes
  179. ;                       1 bold 
  180. ;                     2 underline
  181. ;                     4 italic
  182. ;                     8 teletype
  183. ;                    16 strike-out
  184. ; Size=value                 font size in points
  185. ; Indent1St=value            Horizontal indentation for the first
  186. ;                    line (value times Horizontal)
  187. ; IndentLeft=value             Horiz. indentation after the first line
  188. ; IndentRight=value             Right margin (value times Horizontal)
  189. ; SpaceBefore=value            Vertical spacing before the beginning 
  190. ;                    of the paragraph (value times Vertical)
  191. ; SpaceAfter=value             Vert. spacing after the end of the para.
  192.  
  193. [Normal]
  194. ;
  195. ; Normal text
  196. ;
  197. FontFamily=Serif
  198. Attributes=0
  199. Size=12
  200. Indent1St=0
  201. IndentLeft=0
  202. IndentRight=0
  203. SpaceBefore=1
  204. SpaceAfter=1
  205.  
  206. [List]
  207. ;
  208. ; UL tag 
  209. ;
  210. Attributes=0
  211. FontFamily=Serif
  212. Size=12
  213. Indent1St=4
  214. IndentLeft=4
  215. SpaceBefore=0
  216. SpaceAfter=0
  217.  
  218. [NList]
  219. ;
  220. ; OL tag 
  221. ;
  222. Attributes=0
  223. FontFamily=Serif
  224. Size=12
  225. Indent1St=4
  226. IndentLeft=4
  227. SpaceBefore=0
  228. SpaceAfter=0
  229.  
  230. [Menu]
  231. ;
  232. ; MENU tag
  233. ;
  234. Attributes=0
  235. FontFamily=Sans
  236. Size=12   
  237. Indent1St=1
  238. IndentLeft=1
  239. SpaceBefore=0
  240. SpaceAfter=1
  241.  
  242. [Dir]
  243. ;
  244. ; DIR tag
  245. ;
  246. Attributes=0
  247. FontFamily=Sans
  248. Size=12
  249. Indent1St=0
  250. IndentLeft=0
  251. SpaceBefore=0
  252. SpaceAfter=0
  253.  
  254. [Glossary]
  255. ;
  256. ; DL tag
  257. ;
  258. Attributes=0
  259. FontFamily=Serif
  260. Size=12
  261. Indent1St=2
  262. IndentLeft=4
  263. SpaceBefore=0
  264. SpaceAfter=0
  265.  
  266. [Example]
  267. ;
  268. ; XMP tag
  269. ;
  270. Attributes=0
  271. FontFamily=Fixed
  272. Size=11
  273. Indent1St=0
  274. IndentLeft=0
  275. SpaceBefore=1
  276. SpaceAfter=1
  277.  
  278. [Preformatted]
  279. ;
  280. ; PRE tag
  281. ;
  282. Attributes=0
  283. FontFamily=Fixed
  284. Size=11
  285. Indent1St=0
  286. IndentLeft=0
  287. SpaceBefore=1
  288. SpaceAfter=1
  289.  
  290. [Listing]
  291. ;
  292. ; LISTING tag
  293. ;
  294. Attributes=0
  295. FontFamily=Fixed
  296. Size=10
  297. Indent1St=4
  298. IndentLeft=4
  299. SpaceBefore=1
  300. SpaceAfter=1
  301.  
  302. [Address]
  303. ;
  304. ; ADDRESS tag
  305. ;
  306. Attributes=2
  307. FontFamily=Serif
  308. Size=12         
  309. Indent1St=4
  310. IndentLeft=4
  311. SpaceBefore=1
  312. SpaceAfter=1
  313.  
  314. [BlockQuote]
  315. ;
  316. ; BLOCKQUOTE tag
  317. ;
  318. Attributes=0
  319. FontFamily=Serif
  320. Size=12
  321. Indent1St=5
  322. IndentLeft=5
  323. IndentRight=5
  324. SpaceBefore=1
  325. SpaceAfter=1
  326.  
  327. [Heading1]
  328. ;
  329. ; H1 tag
  330. ;
  331. Attributes=1
  332. FontFamily=Sans
  333. Size=24
  334. Indent1St=0
  335. IndentLeft=0
  336. SpaceBefore=2
  337. SpaceAfter=2
  338.  
  339. [Heading2]
  340. ;
  341. ; H2 tag
  342. ;
  343. Attributes=1
  344. FontFamily=Sans
  345. Size=20
  346. Indent1St=0
  347. IndentLeft=0
  348. SpaceBefore=2
  349. SpaceAfter=1
  350.  
  351. [Heading3]
  352. ;
  353. ; H3 tag
  354. ;
  355. Attributes=1
  356. FontFamily=Sans
  357. Size=14
  358. Indent1St=0
  359. IndentLeft=0
  360. SpaceBefore=2
  361. SpaceAfter=1
  362.  
  363. [Heading4]
  364. ;
  365. ; H4 tag
  366. ;
  367. Attributes=1
  368. FontFamily=Sans
  369. Size=12
  370. Indent1St=0
  371. IndentLeft=0
  372. SpaceBefore=1
  373. SpaceAfter=1
  374.  
  375. [Heading5]
  376. ;
  377. ; H5 tag
  378. ;
  379. Attributes=1
  380. FontFamily=Serif
  381. Size=11
  382. Indent1St=0
  383. IndentLeft=0
  384. SpaceBefore=1
  385. SpaceAfter=1
  386.  
  387. [Heading6]
  388. ;
  389. ; H6 tag
  390. ;
  391. Attributes=4
  392. FontFamily=Serif
  393. Size=10
  394. Indent1St=0
  395. IndentLeft=0
  396. SpaceBefore=1
  397. SpaceAfter=1
  398.  
  399. [Palette]; RR GG BB Fl
  400. Entry000=00,00,00,00
  401. Entry001=bf,00,00,00
  402. Entry002=00,bf,00,00
  403. Entry003=bf,bf,00,00
  404. Entry004=00,00,bf,00
  405. Entry005=bf,00,bf,00
  406. Entry006=00,bf,bf,00
  407. Entry007=c0,c0,c0,00
  408. Entry008=c0,dc,c0,00
  409. Entry009=a4,c8,f0,00
  410. Entry010=80,00,00,00
  411. Entry011=00,80,00,00
  412. Entry012=80,80,00,00
  413. Entry013=00,00,80,00
  414. Entry014=80,00,80,00
  415. Entry015=00,80,80,00
  416. Entry016=03,03,03,00
  417. Entry017=04,04,04,00
  418. Entry018=05,05,05,00
  419. Entry019=06,06,06,00
  420. Entry020=07,07,07,00
  421. Entry021=08,08,08,00
  422. Entry022=09,09,09,00
  423. Entry023=0a,0a,0a,00
  424. Entry024=0b,0b,0b,00
  425. Entry025=0c,0c,0c,00
  426. Entry026=0d,0d,0d,00
  427. Entry027=0e,0e,0e,00
  428. Entry028=0f,0f,0f,00
  429. Entry029=10,10,10,00
  430. Entry030=11,11,11,00
  431. Entry031=12,12,12,00
  432. Entry032=13,13,13,00
  433. Entry033=14,14,14,00
  434. Entry034=15,15,15,00
  435. Entry035=16,16,16,00
  436. Entry036=17,17,17,00
  437. Entry037=18,18,18,00
  438. Entry038=19,19,19,00
  439. Entry039=1a,1a,1a,00
  440. Entry040=1b,1b,1b,00
  441. Entry041=1c,1c,1c,00
  442. Entry042=1d,1d,1d,00
  443. Entry043=1e,1e,1e,00
  444. Entry044=1f,1f,1f,00
  445. Entry045=20,20,20,00
  446. Entry046=21,21,21,00
  447. Entry047=22,22,22,00
  448. Entry048=23,23,23,00
  449. Entry049=24,24,24,00
  450. Entry050=25,25,25,00
  451. Entry051=00,00,33,00
  452. Entry052=00,00,66,00
  453. Entry053=00,00,99,00
  454. Entry054=00,00,cc,00
  455. Entry055=00,33,00,00
  456. Entry056=00,33,33,00
  457. Entry057=00,33,66,00
  458. Entry058=00,33,99,00
  459. Entry059=00,33,cc,00
  460. Entry060=00,33,ff,00
  461. Entry061=00,66,00,00
  462. Entry062=00,66,33,00
  463. Entry063=00,66,66,00
  464. Entry064=00,66,99,00
  465. Entry065=00,66,cc,00
  466. Entry066=00,66,ff,00
  467. Entry067=00,99,00,00
  468. Entry068=00,99,33,00
  469. Entry069=00,99,66,00
  470. Entry070=00,99,99,00
  471. Entry071=00,99,cc,00
  472. Entry072=00,99,ff,00
  473. Entry073=00,cc,00,00
  474. Entry074=00,cc,33,00
  475. Entry075=00,cc,66,00
  476. Entry076=00,cc,99,00
  477. Entry077=00,cc,cc,00
  478. Entry078=00,cc,ff,00
  479. Entry079=00,ff,33,00
  480. Entry080=00,ff,66,00
  481. Entry081=00,ff,99,00
  482. Entry082=00,ff,cc,00
  483. Entry083=33,00,00,00
  484. Entry084=33,00,33,00
  485. Entry085=33,00,66,00
  486. Entry086=33,00,99,00
  487. Entry087=33,00,cc,00
  488. Entry088=33,00,ff,00
  489. Entry089=33,33,00,00
  490. Entry090=33,33,33,00
  491. Entry091=33,33,66,00
  492. Entry092=33,33,99,00
  493. Entry093=33,33,cc,00
  494. Entry094=33,33,ff,00
  495. Entry095=33,66,00,00
  496. Entry096=33,66,33,00
  497. Entry097=33,66,66,00
  498. Entry098=33,66,99,00
  499. Entry099=33,66,cc,00
  500. Entry100=33,66,ff,00
  501. Entry101=33,99,00,00
  502. Entry102=33,99,33,00
  503. Entry103=33,99,66,00
  504. Entry104=33,99,99,00
  505. Entry105=33,99,cc,00
  506. Entry106=33,99,ff,00
  507. Entry107=33,cc,00,00
  508. Entry108=33,cc,33,00
  509. Entry109=33,cc,66,00
  510. Entry110=33,cc,99,00
  511. Entry111=33,cc,cc,00
  512. Entry112=33,cc,ff,00
  513. Entry113=33,ff,00,00
  514. Entry114=33,ff,33,00
  515. Entry115=33,ff,66,00
  516. Entry116=33,ff,99,00
  517. Entry117=33,ff,cc,00
  518. Entry118=33,ff,ff,00
  519. Entry119=66,00,00,00
  520. Entry120=66,00,33,00
  521. Entry121=66,00,66,00
  522. Entry122=66,00,99,00
  523. Entry123=66,00,cc,00
  524. Entry124=66,00,ff,00
  525. Entry125=66,33,00,00
  526. Entry126=66,33,33,00
  527. Entry127=66,33,66,00
  528. Entry128=66,33,99,00
  529. Entry129=66,33,cc,00
  530. Entry130=66,33,ff,00
  531. Entry131=66,66,00,00
  532. Entry132=66,66,33,00
  533. Entry133=66,66,66,00
  534. Entry134=66,66,99,00
  535. Entry135=66,66,cc,00
  536. Entry136=66,66,ff,00
  537. Entry137=66,99,00,00
  538. Entry138=66,99,33,00
  539. Entry139=66,99,66,00
  540. Entry140=66,99,99,00
  541. Entry141=66,99,cc,00
  542. Entry142=66,99,ff,00
  543. Entry143=66,cc,00,00
  544. Entry144=66,cc,33,00
  545. Entry145=66,cc,66,00
  546. Entry146=66,cc,99,00
  547. Entry147=66,cc,cc,00
  548. Entry148=66,cc,ff,00
  549. Entry149=66,ff,00,00
  550. Entry150=66,ff,33,00
  551. Entry151=66,ff,66,00
  552. Entry152=66,ff,99,00
  553. Entry153=66,ff,cc,00
  554. Entry154=66,ff,ff,00
  555. Entry155=99,00,00,00
  556. Entry156=99,00,33,00
  557. Entry157=99,00,66,00
  558. Entry158=99,00,99,00
  559. Entry159=99,00,cc,00
  560. Entry160=99,00,ff,00
  561. Entry161=99,33,00,00
  562. Entry162=99,33,33,00
  563. Entry163=99,33,66,00
  564. Entry164=99,33,99,00
  565. Entry165=99,33,cc,00
  566. Entry166=99,33,ff,00
  567. Entry167=99,66,00,00
  568. Entry168=99,66,33,00
  569. Entry169=99,66,66,00
  570. Entry170=99,66,99,00
  571. Entry171=99,66,cc,00
  572. Entry172=99,66,ff,00
  573. Entry173=99,99,00,00
  574. Entry174=99,99,33,00
  575. Entry175=99,99,66,00
  576. Entry176=99,99,99,00
  577. Entry177=99,99,cc,00
  578. Entry178=99,99,ff,00
  579. Entry179=99,cc,00,00
  580. Entry180=99,cc,33,00
  581. Entry181=99,cc,66,00
  582. Entry182=99,cc,99,00
  583. Entry183=99,cc,cc,00
  584. Entry184=99,cc,ff,00
  585. Entry185=99,ff,00,00
  586. Entry186=99,ff,33,00
  587. Entry187=99,ff,66,00
  588. Entry188=99,ff,99,00
  589. Entry189=99,ff,cc,00
  590. Entry190=99,ff,ff,00
  591. Entry191=cc,00,00,00
  592. Entry192=cc,00,33,00
  593. Entry193=cc,00,66,00
  594. Entry194=cc,00,99,00
  595. Entry195=cc,00,cc,00
  596. Entry196=cc,00,ff,00
  597. Entry197=cc,33,00,00
  598. Entry198=cc,33,33,00
  599. Entry199=cc,33,66,00
  600. Entry200=cc,33,99,00
  601. Entry201=cc,33,cc,00
  602. Entry202=cc,33,ff,00
  603. Entry203=cc,66,00,00
  604. Entry204=cc,66,33,00
  605. Entry205=cc,66,66,00
  606. Entry206=cc,66,99,00
  607. Entry207=cc,66,cc,00
  608. Entry208=cc,66,ff,00
  609. Entry209=cc,99,00,00
  610. Entry210=cc,99,33,00
  611. Entry211=cc,99,66,00
  612. Entry212=cc,99,99,00
  613. Entry213=cc,99,cc,00
  614. Entry214=cc,99,ff,00
  615. Entry215=cc,cc,00,00
  616. Entry216=cc,cc,33,00
  617. Entry217=cc,cc,66,00
  618. Entry218=cc,cc,99,00
  619. Entry219=cc,cc,cc,00
  620. Entry220=cc,cc,ff,00
  621. Entry221=cc,ff,00,00
  622. Entry222=cc,ff,33,00
  623. Entry223=cc,ff,66,00
  624. Entry224=cc,ff,99,00
  625. Entry225=cc,ff,cc,00
  626. Entry226=cc,ff,ff,00
  627. Entry227=ff,00,33,00
  628. Entry228=ff,00,66,00
  629. Entry229=ff,00,99,00
  630. Entry230=ff,00,cc,00
  631. Entry231=ff,33,00,00
  632. Entry232=ff,33,33,00
  633. Entry233=ff,33,66,00
  634. Entry234=ff,33,99,00
  635. Entry235=ff,33,cc,00
  636. Entry236=ff,33,ff,00
  637. Entry237=ff,66,00,00
  638. Entry238=ff,66,33,00
  639. Entry239=ff,66,66,00
  640. Entry240=ff,66,99,00
  641. Entry241=ff,66,cc,00
  642. Entry242=ff,66,ff,00
  643. Entry243=ff,99,00,00
  644. Entry244=ff,99,33,00
  645. Entry245=ff,99,66,00
  646. Entry246=ff,fb,f0,00
  647. Entry247=a0,a0,a4,00
  648. Entry248=80,80,80,00
  649. Entry249=ff,00,00,00
  650. Entry250=00,ff,00,00
  651. Entry251=ff,ff,00,00
  652. Entry252=00,00,ff,00
  653. Entry253=ff,00,ff,00
  654. Entry254=00,ff,ff,00
  655. Entry255=ff,ff,ff,00
  656.  
  657.